GrapeCity InputMan for Windows Forms 11.0J
OnSetComplete メソッド (FieldCollection<T>)

oldValueが存在する位置の0から始まるインデックス。
newValueと置き換える値。
indexにある要素の新しい値。
インスタンスに値を設定した後に、追加のカスタム プロセスを実行します。
シンタックス
Protected Overrides Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
protected override void OnSetComplete( 
   int index,
   object oldValue,
   object newValue
)

パラメータ

index
oldValueが存在する位置の0から始まるインデックス。
oldValue
newValueと置き換える値。
newValue
indexにある要素の新しい値。
参照

参照

FieldCollection<T> クラス
FieldCollection<T> メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.